This project is licensed under the Generic Non-Commercial Copyleft Software License, Version 1.1, as described in the file LICENSE.txt.

Per the license definitions, this project has the following Dependencies:

- The Python compiler and runtime. This code is written for Python 2.x and is tested on version 2.6.1. Earlier versions may not work; later 2.x versions should work; 3.x versions almost certainly will not work. You can get Python from http://www.python.org.

- The 'cli' module, which is used to provide a command-line interface to the program. This module is included, and provided under the same license.

- The 'unicode_file' wrapper for input streams, used by the 'cli' module to handle script files. This module is included, and provided under the same license. (The cli should function without this wrapper, but only with script files written in plain ASCII.)
